/*新版浮动*/
.new_float_menu{
    position:fixed;bottom:140px;right:20px;z-index:5000;
    background:#fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.new_float_menu *{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.new_float_menu a{text-decoration: none;}
.new_float_menu .item{
    height:75px;width:75px;
    position:relative;
    border-bottom:1px solid #f2f2f2;
}
.new_float_menu .item .item_txt{
    display:block;
    width:100%;
    height:100%;
    cursor:pointer;
    padding-top:45px;
    text-align:center;
    color:#666666;
}
.new_float_menu .item:hover .item_txt{
    color:#fff;
}
.new_float_menu .item.mobile .item_txt{
    background:url(../images/float_menu/menu_mobile.png) no-repeat center 12px #fff;
}
.new_float_menu .item.mobile:hover .item_txt{
    background:url(../images/float_menu/menu_mobile_hover.png) no-repeat center 12px #3598f3;
}
.new_float_menu .item.ask .item_txt{
    background:url(../images/float_menu/menu_ask.png) no-repeat center 15px #fff;
}
.new_float_menu .item.ask:hover .item_txt{
    background:url(../images/float_menu/menu_ask_hover.png) no-repeat center 15px #ff5861;
}
.new_float_menu .item.qq .item_txt{
    background:url(../images/float_menu/menu_qq.png) no-repeat center 14px #fff;
}
.new_float_menu .item.qq:hover .item_txt{
    background:url(../images/float_menu/menu_qq_hover.png) no-repeat center 14px #ff9700;
}
.new_float_menu .item.backtop .item_txt{
    background:url(../images/float_menu/menu_back.png) no-repeat center 17px #fff;
}
.new_float_menu .item.backtop:hover .item_txt{
    background:url(../images/float_menu/menu_back_hover.png) no-repeat center 17px rgba(0,0,0,.6);
}
.new_float_menu .item.wxcode .item_txt{
    background:url(../images/float_menu/menu_wxcode.png) no-repeat center 12px #fff;
}
.new_float_menu .item.wxcode:hover .item_txt{
    background:url(../images/float_menu/menu_wxcode_hover.png) no-repeat center 12px #00a472;
}
.new_float_menu .popover{display:none;position:absolute;right: 63px;top: 8px;padding-right:15px;text-align:center;}
.new_float_menu .popover1{right:182px;bottom:0;}
.new_float_menu .popover2{right: 301px;bottom:0;}
.new_float_menu .popover3{right: 420px;bottom:0;}
.new_float_menu .item:hover .popover{display:block;}
.new_float_menu .popover .popover-arr{position:absolute;top:15px;right:9px;background:url(../images/141.png) no-repeat;height:11px;width:7px;}
.new_float_menu .ask .popover p i{margin-right:4px;}
.new_float_menu .popover .popover-bd{width:120px;padding:2px;border:1px solid #d8d8d8;background:#fff;}
.new_float_menu .popover label{display:block;padding:4px 0 0;color:#5e8dc9;font-size:14px;background:url(../images/144.png) no-repeat;background-position:18px 7px;padding-left:15px;}
.new_float_menu .popover label.wx{background-position:18px -19px;padding-left:17px;}
.new_float_menu .popover p{color:#999;padding:0 5px 4px;font-size:12px}
.new_float_menu .popover .btn{display:block;background:#86bf2f;color:#fff;border-radius:3px;margin:5px 5px 10px;height:30px;line-height:28px;}
.new_float_menu .backtop{display:block;}
.img-qrcode{display:inline-block;*zoom:1;*display:inline;vertical-align:middle;height:100px;width:100px;padding: 0;}
.img-qrcode img{height:100px;width:100px;border:0;}
.new_float_menu .wxcode .popover label{padding-left:0;background: none;}